Allow extensions to run their own backlink-based updates:
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sat, 13 Aug 2011 22:42:09 +0000 (22:42 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sat, 13 Aug 2011 22:42:09 +0000 (22:42 +0000)
commit80a7648a42509dcc6283f9b0bd9cdadb9369952d
treec9b6d87ddb53a5de369905d0f050a03d1182e362
parentea24f9755f3595a81e3045ea2e8169e60b68be3b
Allow extensions to run their own backlink-based updates:
* Introduce new hooks which allow BacklinkCache to handle non-core tables
* Make table name a parameter to RefreshLinks2 job (instead of hardcoded templatelinks)
docs/hooks.txt
includes/BacklinkCache.php
includes/LinksUpdate.php
includes/job/RefreshLinksJob.php